IdeaBlade Application Framework
Prepare Field
See Also  Send Feedback
Caliburn.Micro.Extensions Namespace > NavigateResult<T> Class : Prepare Field



Delegate that allows for synchronous preparation of the target ViewModel, such as passing parameters.

Syntax

Visual Basic (Declaration) 
Public Prepare As Action(Of NavigateResult(Of T))
Visual Basic (Usage)Copy Code
Dim instance As NavigateResult(Of T)
Dim value As Action(Of NavigateResult(Of T))
 
value = instance.Prepare
 
instance.Prepare = value
C# 
public Action<NavigateResult<T>> Prepare
C++/CLI 
public:
Action<NavigateResult<T>^>^ Prepare

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.